 |
addGroup
|
Adds a child group to parentGroup, or the repeater model if null.
If indexToInsert is provided the group is added at that position, otherwise it is added to the end.
The parent repeater group to insert into, or null if inserting a top-level group.
(optional) An index in the groups array at which to insert the group. If not specified, the group will be added to the end.
(optional) The metric set to use for the group data.
A promise object that is resolved when the call is complete.
If successful, the new dundas.controls.RepeaterGroup is returned.
Inherited from dundas.controls.RepeaterDesignerBase. |
 |
addGroupFromDrop
|
Adds a child group to parentGroup, or the repeater model if null, using the drop event e.
If indexToInsert is provided the group is inserted at that position, otherwise it is added to the end.
The drop event. Can contain a desktop file drag/drop operation, native structure node, metric set node, or suitable data element node.
The parent repeater group to insert into, or null if inserting a top-level group.
(optional) An index in the groups array at which to insert the group. If not specified, the group will be added to the end.
A promise object that is resolved when the call is complete.
If successful, the new dundas.controls.RepeaterGroup is returned if the event contains a suitable data source, or null otherwise.
Inherited from dundas.controls.RepeaterDesignerBase. |
 |
dispose
|
Disposes the designer.
Inherited from dundas.controls.RepeaterDesignerBase. |
 |
fromJObject
|
Applies the property values from a plain object created from JSON to the properties of this instance.
Inherited from Class. |
 |
handleAdaptersChanged
|
Inherited from dundas.controls.RepeaterDesignerBase. |
 |
handleWidthChanged
|
|
 |
load
|
Initializes the designer objects.
Inherited from dundas.controls.RepeaterDesignerBase. |
 |
nameGroup
|
Inherited from dundas.controls.RepeaterDesignerBase. |
 |
nameTemplateCell
|
Inherited from dundas.controls.RepeaterDesignerBase. |
 |
onCanvasAdapterPropertyChanged
|
Invoked when a property on the canvas adapter is changed.
Inherited from dundas.controls.RepeaterDesignerBase. |
 |
onGroupHasExplorerNodeDropped
|
Handles dropping an explorer node onto a group.
Inherited from dundas.controls.RepeaterDesignerBase. |
 |
onMetricSetBindingChanged
|
Handles changes made to a metric set binding.
Inherited from dundas.controls.RepeaterDesignerBase. |
 |
onMetricSetChanged
|
Handles changes made to a metric set.
Inherited from dundas.controls.RepeaterDesignerBase. |
 |
ready
|
Subscribe to grid adorner.
Inherited from dundas.controls.RepeaterDesignerBase. |
 |
refresh
|
Refreshes the design view.
Inherited from dundas.controls.RepeaterDesignerBase. |
 |
removeGroup
|
Removes the group from the model and removes all its design adapters.
Inherited from dundas.controls.RepeaterDesignerBase. |
 |
removeTemplate
|
Remove adapters from the entity.
Inherited from dundas.controls.RepeaterDesignerBase. |
 |
toJSON
|
Implementation for toJSON to return an object that will include this class's
prototype property values when stringified.
Inherited from Class. |